home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 27 / CU Amiga Magazine's Super CD-ROM 27 (1998)(EMAP Images)(GB)[!][issue 1998-10].iso / CUCD / PowerPC / WarpUP3.1 / WarpUP-WarpOS / V7 / history < prev    next >
Text File  |  1998-03-25  |  3KB  |  78 lines

  1. *******************************************************************************
  2. *
  3. *               powerpc.library V7
  4. *               based on the ppc.library
  5. *
  6. *******************************************************************************
  7.  
  8.  3. 6.97        - first internal release
  9.         - V7.0
  10.  
  11. 21. 6.97        - New library functions 'AllocVecPPC' and 'FreeVecPPC' for
  12.           memory allocation, including user-defined alignment.
  13.         - V7.01
  14.  
  15. 21. 7.97        - New 68K library functions 'AllocVec32' and 'FreeVec32'
  16.           allow to allocate memory which can be shared with PPC
  17.           tasks
  18.         - New 68K library function 'SPrintF68K' allows to print out
  19.           debug information to serial/sushi.
  20.         - V7.02
  21.  
  22. 30. 7.97        - General adaption to the new ppc.library due to major
  23.           changes of ppc.library (i.e. dynamic binding).
  24.           The file dummy.elf has been replaced by a new one
  25.         - Added private Cacheflush-routine to every internal
  26.           68K-Call because the automatic cache flushing of the
  27.           actual ppc.library (actually 44.17) doesn't work
  28.           anymore.
  29.         - V7.03
  30.  
  31.  1. 8.97        - Changed the assembler macros RUNPOWERPC and RUNPOWERPC_XL
  32.           (powerpc.i) to support direct PPC-Library-Calls from 68K-
  33.           Functions. Note: the parameters 2-4 were shifted to the
  34.           right by one. New parameter 2: The Library-Offset (used
  35.           in the same way like in the macros RUN68K and RUN68K_XL).
  36.  
  37. 11. 8.97        - Small bug fixed causing problems with debug output enabled.
  38.         - V7.041
  39.         - IMPORTANT! Special Note:
  40.           The powerpc.library V7 does NOT work with ppc.library 44.20.
  41.           Reason: The signaling-mechanism of the ppc.library is
  42.           definitively broken! Probably more reasons...
  43.  
  44. 16. 9.97        - V7 works again (special hack implemented to bypass
  45.           ppc.library bugs).
  46.         - Removed private Cacheflush (seems to be obsolete now).
  47.         - V7.05
  48.  
  49. 18. 9.97        - New library functions GetSysTimePPC, AddTimePPC, SubTimePPC
  50.           and CmpTimePPC for time measurement
  51.         - New small demo program 'pixelOmania' to measure the
  52.           context switch performance (i.e. to compare V7 and V8+)
  53.         - Reinstalled private Cacheflush (isn't obsolete at all...)
  54.         - V7.06
  55.  
  56. 29. 9.97        - New env variable 'earlyterm' implemented.
  57.           If the variable is not 0, then the mirror task of a 68k
  58.           task is removed at the last CloseLibrary of the 68k task,
  59.           instead at removal of the task.
  60.           Hope, this will fix the problems with WShell.
  61.         - V7.07
  62.  
  63.  8.10.97        - RunPPC now interprets the PP_OFFSET field in the same way as
  64.           Run68K does. If PP_OFFSET is zero, than it works as before,
  65.           if it is not zero, a PPC library call is performed with the
  66.           base in PP_CODE and the library vector offset in PP_OFFSET.
  67.         - V7.08
  68.  
  69. 22.11.97        - Oh, DAMN. Exec tasks couldn't use RunPPC because of
  70.           DOS calls. These calls are now handled by a new
  71.           support process called 'Babylon5'.
  72.         - V7.1
  73.  
  74. 25. 3.98        - Stackswapping implemented to eliminate RAMLIB stack
  75.           problems
  76.           V7.2
  77.  
  78.